home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19981211-19990422 / 000409_news@watsun.cc.columbia.edu _Sat Mar 27 09:48:02 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@watsun.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id JAA11993
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Sat, 27 Mar 1999 09:48:02 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id JAA16062
  7.     for kermit.misc@watsun.cc.columbia.edu; Sat, 27 Mar 1999 09:21:05 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: jf3@my-dejanews.com
  10. Subject: setting up kermit
  11. Date: Sat, 27 Mar 1999 14:13:18 GMT
  12. Organization: Deja News - The Leader in Internet Discussion
  13. Message-ID: <7dip1q$vb9$1@nnrp1.dejanews.com>
  14. To: kermit.misc@watsun.cc.columbia.edu
  15.  
  16. Hello all,
  17.  
  18. I am a somewhat newbie at kermit and I was hoping that someone could answer
  19. my question.  We had kermit running on a Solaris 2.5.1 box with a script that
  20. would page people.  That machine has died and I am trying to get it to run on
  21. a linux box.  I have a fresh install of Red Hat 5.2 with an external modem. 
  22. I have put the modem on com2/cua2.  When I run minicom, I am able to dial out
  23. and connect to other computers with no problems.  However, when I try to run
  24. the script from my old Solaris box it tell me that it cannot open the
  25. connection to the modem.  I have tried /dev/cua1, /dev/cua2, /dev/modem, to
  26. no avail.
  27.  
  28. Here is my script:
  29. -------------------------------------------
  30. set input timeout proceed
  31. set modem hayes
  32. set dial dial-command atdt%s\{13}
  33. set dial display on
  34. set local-echo on
  35. set duplex full
  36. set line /dev/cua0
  37. set speed 19200
  38. set parity even
  39. set script echo
  40. --------------------------------------------
  41.  
  42. Is there a difference between the new beta 7 and the old 6 when seetting the
  43. line?  I think that that is where my problem is at.  However, I really do not
  44. have a clue.  This is the error message that I am getting.
  45.  
  46. ------------------------------------------------
  47. ?Connection on /dev/cua0 is not open.
  48. ?Connection on /dev/cua0 is not open.
  49. Trying again
  50. ?Connection on /dev/cua0 is not open.
  51. ?Connection on /dev/cua0 is not open.
  52. Trying again
  53. ?Connection on /dev/cua0 is not open.
  54. ?Connection on /dev/cua0 is not open.
  55. -----------------------------------------------
  56.  
  57. Any help would be much appreciated!
  58.  
  59. TIA!
  60.  
  61. Jeremy T. Finke
  62.  
  63. -----------== Posted via Deja News, The Discussion Network ==----------
  64. http://www.dejanews.com/       Search, Read, Discuss, or Start Your Own